projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff0909f
)
Docs: Refer to GtkWidget::can_target in migration guide
author
Jason Francis
<cycl0ps@tuta.io>
Thu, 12 Mar 2020 18:10:38 +0000
(14:10 -0400)
committer
Jason Francis
<cycl0ps@tuta.io>
Thu, 12 Mar 2020 18:10:38 +0000
(14:10 -0400)
This makes the docs consistent with the renaming changes in commit
ef982b7d46125f206b59ae4222d26947bda86246
.
docs/reference/gtk/migrating-3to4.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/migrating-3to4.xml
b/docs/reference/gtk/migrating-3to4.xml
index 26a2a0ec6a6e0d012fcca7b6f0044efa4b432443..2ee41aac758571e754c1a7316788a2d48a3c1cbc 100644
(file)
--- a/
docs/reference/gtk/migrating-3to4.xml
+++ b/
docs/reference/gtk/migrating-3to4.xml
@@
-717,8
+717,8
@@
<title>Adapt to changes in GtkOverlay API</title>
<para>
The GtkOverlay::pass-through child property has been replaced by the
- GtkWidget::can-
pick
property. Note that they have the opposite sense:
- pass-through == !can-
pick
.
+ GtkWidget::can-
target
property. Note that they have the opposite sense:
+ pass-through == !can-
target
.
</para>
</section>